Skip to main content

ShowInputHelper

Shows the input helper.

Syntax

expression.ShowInputHelper(guid, w, h, isKeyboardTake);

expression - A variable that represents a Api class.

Parameters

NameRequired/OptionalData typeDefaultDescription
guidRequiredstringA string value which specifies a plugin identifier which must be of the asc.{UUID} type.
wRequirednumberA number which specifies the window width measured in millimeters.
hRequirednumberA number which specifies the window height measured in millimeters.
isKeyboardTakeRequiredbooleanDefines if the keyboard is caught (true) or not (alse).

Returns

This method doesn't return any data.

Example

window.Asc.plugin.executeMethod ("ShowInputHelper", ["asc.{UUID}", 70, 70, true]);